home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p1-4 / 00190_Script_190 < prev    next >
Text File  |  1994-05-11  |  375b  |  17 lines

  1. --init plane 2
  2. on exitFrame
  3.   global Plane, NumSteps, Step
  4.   global ReturnMovie
  5.   set ReturnMovie = "P1-4"
  6.   
  7.   set Plane = 2
  8.   set NumSteps = 9
  9.   set Step = 1
  10.   preLoadCast the number of cast "P2.PRE"
  11.   preLoadCast the number of cast "P2S01"
  12.   
  13.   set the text of field "NumLevels" = string(NumSteps)
  14.   global theGauge
  15.   mSetNumLevels(theGauge, NumSteps)
  16. end
  17.